Set method

Stores a value for a specified parameter that will be passed to the Task Server (by Submit).

Syntax

Set (Parameter As String, Value)
Parameters
Name Description

Parameter

String name of the parameter to be set. Required.

Value

Value of the parameter to be set. Required.

Remarks

Each task extension can define its own parameters. Refer to the documentation of the extension to find the appropriate names.

Related tasks

Submitting a task

Related information

Reset method

Submit method